-
Notifications
You must be signed in to change notification settings - Fork 523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MSA] Fix arg parsing in main #1110
Conversation
Please target the |
Codecov Report
@@ Coverage Diff @@
## feature/msa #1110 +/- ##
===============================================
- Coverage 61.03% 61.02% -0.01%
===============================================
Files 275 275
Lines 23761 23761
===============================================
- Hits 14501 14498 -3
- Misses 9260 9263 +3
Continue to review full report at Codecov.
|
Description
Fix the parsing of command line arguments, so that launching MSA from a launch file does not result in an "unknown argument --ros-args" error.
It feels like there should be an easier way to do this, but this is the best I found.
Checklist